From 95fa8fe027ba080f5f5cb336c8a7d31d046bbf4b Mon Sep 17 00:00:00 2001 From: adrian5 Date: Fri, 22 Sep 2017 18:39:36 +0200 Subject: [PATCH] Fix typo in doc --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index fe8e0c070..55decf1ac 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -422,7 +422,7 @@ information. ## Build cache -Cargo shares build artifacts among all the packages of a single workspaces. +Cargo shares build artifacts among all the packages of a single workspace. Today, Cargo does not share build results across different workspaces, but a similar result can be achieved by using a third party tool, [sccache]. -- 2.30.2